CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - ping socket

搜索资源列表

  1. rawsocket_ping

    0下载:
  2. 用Raw Socket实现ping的程序源代码-with Raw Socket ping of source code
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:2149
    • 提供者:赵海峰
  1. 实例63

    0下载:
  2. 本例介绍怎样建立简单的程序,实现类似于系统ping的功能。通过这个例子,您不仅能够学会如何建立一个类似系统\"ping\"的程序,更主要的是对.NET环境下进行socket级网络编程有初步的认识。-the cases presented on how to establish a simple procedure, similar to the system to achieve ping function. Through this example, you can learn not onl
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:711785
    • 提供者:和平鸽
  1. pingsource

    0下载:
  2. VC实现PING的各个参数,是学习SOCKET编程的 不错参考程序,代码清晰,可读性好-VC PING various parameters, is learning Socket Programming good reference program, code clear and readable
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:1768477
    • 提供者:王云
  1. 一个判断远程主机存活程序代码

    0下载:
  2. 一个判断远程主机存活程序代码(ping) #include #include #include #include #include "winsock.h" #pragma comment(lib,"Ws2_32"); #define SEND_SIZE 32 #define PACKET_SIZE 4096 #define ICMP_ECHO 8 #define ICMP_ECHOREPLY 0 struct icmp {
  3. 所属分类:Internet/网络编程

    • 发布日期:2009-05-29
    • 文件大小:5881
    • 提供者:shuiyuan313
  1. myping.c.tar

    0下载:
  2. RAW SOCKET API发送ICMP包模拟系统ping功能-RAW SOCKET API to send ICMP ping packets functional simulation system
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:1454
    • 提供者:czl
  1. PR

    0下载:
  2. 利用socket api实现ping程序功能以及tracert追踪功能,主要是ICMP报文的使用-The use of socket api functions and procedures to achieve ping tracking tracert, mainly the use of ICMP message
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:51583
    • 提供者:sss
  1. socket_program

    0下载:
  2. 套接字编程:ping以及c/s服务的实现-Socket programming: ping, as well as c/s services to achieve
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-26
    • 文件大小:243205
    • 提供者:LiChuan
  1. onepingsourcecode

    0下载:
  2. 用C程序实现Ping功能,只有root用户才能编译执行原始套接字.-Ping using C program function, and only root users can compile the implementation of the original socket.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:6172
    • 提供者:zhaochao
  1. Lab1

    0下载:
  2. socket编程,C/S, 服务器端客户端,ping通-socket programming, C/S, client server, ping through
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:20673
    • 提供者:hongzhe4
  1. socketudp

    0下载:
  2. 本程序通过udp协议的socket模拟window下面的ping程序,不需要socket连接,直接发送数据包,该数据包是通过struct自己定义的结构-This procedure simulated through socket udp protocol ping window following procedure does not require socket connections, sending packets directly to the data packet is defin
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-25
    • 文件大小:8422679
    • 提供者:在劫
  1. sockettcp

    0下载:
  2. 通过tcp协议的socket连接,模拟window下面的ping程序,运行本程序的pc可以相互发送请求连接,并发送信息-Tcp socket connection through the agreement, simulation window the following ping program, the pc can run this program sends a request to connect with each other and to send a message
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-22
    • 文件大小:6722593
    • 提供者:在劫
  1. WinPing_src

    0下载:
  2. vc语言实现的ping功能,可以设置超时时间,包大小,发送包个数等-socket,ping
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:156052
    • 提供者:wumin
  1. MyPing

    0下载:
  2. 自编的一个ping程序,使用Windows Raw Socket编写-A self ping program written using the Windows Raw Socket
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-10
    • 文件大小:2401388
    • 提供者:htkbczy
  1. pingsend

    0下载:
  2. socket实现ping功能,可以平需要的IP-socket ping function to achieve
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:279378
    • 提供者:dj
  1. ICMP_TCP_test_tool

    0下载:
  2. 做嵌入式终端调试过程中,PC端用到的测试程序,主要负责检测PC是否被Ping(ICMP协议,用到了源套接字),以及通过PC向终端传送数据和文件(TCP协议,用到了流式套接字)。想了解ICMP协议和TCP协议,以及Socket用法的朋友可以下了看看。-Make the process of debugging embedded terminal, PC 端 used in testing procedures, primarily responsible for detection of PC S
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-15
    • 文件大小:3889382
    • 提供者:焦巍巍
  1. NetDiagTool

    0下载:
  2. 网络测速工具,使用了ping的icmp平均值和socket直连方式-Network speed tools, using the icmp ping average and direct connection socket
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-20
    • 文件大小:5644694
    • 提供者:周俊
  1. MailSender

    0下载:
  2. 1.该程序采用了winsock的原始套接字编程,实现了基本的Ping功能,使用方法:ping host,默认连续发送4个回显请求。 2.该程序中对ICMP首部的定义采用了非标准形式。即将选项数据中保存时间戳的头4个字节也定义为ICMP首部的一部分,这样ICMP首部就被定义为12个字节。这样主要做主要是为了编程的实现与理解上的方便。 3.根据习惯ICMP首部的标示符字段填充了进程ID。 4.该程序实现了在IP首部记录路由的RR功能,最多记录9个地址-1 The original program u
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-21
    • 文件大小:36463616
    • 提供者:李好
  1. VB_60_LAN_Sockets

    1下载:
  2. VB源码实现网口控制安捷伦N6700A仪器,ZIP包中包含工程等多个文件-Communication with the N6700A over LAN may be accomplished without the use of I/O libraries or drivers. In this example it is accomplished using Winsock. Dynamic Host Configuration Protocol (DHCP) is typical
  3. 所属分类:Communication

    • 发布日期:2016-01-27
    • 文件大小:7168
    • 提供者:forest
  1. PingServer

    0下载:
  2. socket java ping机制 服务端实现代码-socket java pingServer
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:1361
    • 提供者:陈哲超
  1. mycode

    0下载:
  2. capture.c ping.c抓包 makefile socket-captue the ether s data,ping
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:60358
    • 提供者:xiejinping
« 1 2 3 45 »
搜珍网 www.dssz.com